home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 21 / Grapevine 21 (Disk 1 of 2).adf / GVInstall.script < prev   
Text File  |  1992-12-21  |  853b  |  36 lines

  1. ; Grapevine Issue 21 HD Install Script (1.0)
  2.  
  3. alert "Grapevine Issue 21 HardDisk Install%c%cVersion 1.1a"
  4. select "dh0:gv21"
  5. space "2000" ; 2mb
  6. message "Installing Grapevine into `%s/'"
  7.  
  8. mkdir "%s"
  9.  
  10. copyifno "Gv21a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  11. copy "GV21a:#?" "%s/"
  12. copy "GV21b:#?" "%s/"
  13. ;copy "GV21c:#?" "%s/"
  14.  
  15. openfile "%s/Grapevine21"
  16. writetofile "assign gv21a: %s/"
  17. writetofile "assign gv21b: %s/"
  18. ;writetofile "assign gv21c: %s/"
  19. writetofile "gv21a:gv21"
  20. closefile ""
  21.  
  22. delete "%s/GV21.info"
  23. delete "%s/HDInstall.info"
  24. delete "%s/disk.info"
  25.  
  26. makeicon "%s/Grapevine21.info"
  27.  
  28. closemessage ""
  29.  
  30. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  31. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  32. alert "%cInstall Complete%c"
  33.  
  34. end ""
  35.  
  36.